x86/mm: print domain IDs instead of pointers
authorJan Beulich <jbeulich@suse.com>
Mon, 8 Jun 2015 12:41:25 +0000 (14:41 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 8 Jun 2015 12:41:25 +0000 (14:41 +0200)
commit978a4f044659158c04d77e2494178e9caf6f7718
treedb328131894294d9837fffe0e2a74ed43fd971d6
parent0fcc6f3c2f7bc57d8ea7f263274296929f5162ef
x86/mm: print domain IDs instead of pointers

Printing pointers to struct domain isn't really useful for initial
problem analysis. In get_page() also drop the page only after issuing
the log message, so that at the time of printing the state can be
considered reasonably consistent.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm.c